ComponentOne ASP.NET MVC Controls
IsEditable Method (ComboBoxBaseBuilder<T,TControl,TBuilder>)

C1.Web.Mvc.Fluent Namespace > ComboBoxBaseBuilder<T,TControl,TBuilder> Class : IsEditable Method
The value.
Configurates C1.Web.Mvc.ComboBoxBase<T>.IsEditable. Sets a value that enables or disables editing of the text in the input element of the ComboBox (defaults to false).
Syntax
'Declaration
 
Public Overridable Function IsEditable( _
   ByVal value As Boolean _
) As TBuilder
public virtual TBuilder IsEditable( 
   bool value
)

Parameters

value
The value.

Return Value

Current builder.
See Also

Reference

ComboBoxBaseBuilder<T,TControl,TBuilder> Class
ComboBoxBaseBuilder<T,TControl,TBuilder> Members